home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFskyedit / h / Preview < prev    next >
Encoding:
Text File  |  2003-09-12  |  283 b   |  16 lines

  1. /*
  2.  *  SFskyedit - Star Fighter 3000 sky colours editor
  3.  *  Sky preview window
  4.  *  Copyright (C) 2001  Chris Bazley
  5.  */
  6.  
  7. #ifndef SFSPreview_h
  8. #define SFSPreview_h
  9.  
  10. #include "toolbox.h"
  11.  
  12. extern ObjectId Preview_create(void);
  13. extern void Preview_rendersky(ObjectId objectref);
  14.  
  15. #endif
  16.